Papers by Quan Hung Tran

17 papers
Rethinking Self-Attention: Towards Interpretability in Neural Parsing (2020.findings-emnlp)

Copied to clipboard

Challenge: Recent work shows that attention mechanisms provide arguably explainable attention distributions that can help to interpret predictions.
Approach: They propose a new self-attention layer where attention heads represent labels.
Outcome: The proposed model obtains state-of-the-art results on the Penn Treebank and Chinese Treebank.
The Context-Dependent Additive Recurrent Neural Net (N18-1)

Copied to clipboard

Challenge: Contextual sequence mapping is one of the fundamental problems in Natural Language Processing (NLP).
Approach: They propose a new family of Recurrent Neural Networks that address contextual sequence mapping . they propose to use contextual signals to control the flow of information .
Outcome: The proposed architecture outperforms existing methods on dialog problem and language model . the proposed architectures are based on a novel family of recurrent neural networks .
TIMERS: Document-level Temporal Relation Extraction (2021.acl-short)

Copied to clipboard

Challenge: Existing methods for temporal relation extraction focus on extracting temporal relations between event pairs present in the same sentence or adjacent sentences, mostly ignoring document-level pairs.
Approach: They propose a TIME, Rhetorical and Syntactic-aware model for document-level temporal relation classification in the English language that leverages rhetorical discourse features and temporal arguments from semantic role labels.
Outcome: The proposed model outperforms previous methods on the TDDiscourse, TimeBank-Dense, and MATRES datasets due to its discourse-level modeling.
Joint Biomedical Entity and Relation Extraction with Knowledge-Enhanced Collective Inference (2021.acl-long)

Copied to clipboard

Challenge: Existing methods for information extraction from biomedical texts do not utilize external knowledge . despite the exponential growth of biomedically published articles, many existing methods fall behind .
Approach: They propose a framework that utilizes external knowledge for entity and relation extraction . KECI uses an initial span graph to construct a knowledge graph containing relevant background knowledge .
Outcome: The proposed framework achieves state-of-the-art results in two biomedical datasets . it achieves 4.59% and 4.91% improvement in F1 scores over the state- of-the art methods .
Keyphrase Prediction from Video Transcripts: New Dataset and Directions (2022.coling-1)

Copied to clipboard

Challenge: Existing studies on keyphrase prediction have focused on formal texts and informal-text domains.
Approach: They propose to annotate large-scale video transcripts with keyphrases from live-stream video . they propose to feed models with paragraph-level keyphrase extraction to foster future research .
Outcome: The proposed model improves keyphrase prediction in live-stream video transcripts by feeding models with paragraph-level keyphrases.
What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation (2020.coling-main)

Copied to clipboard

Challenge: Acronyms are short forms of phrases that facilitate conveying lengthy sentences in documents.
Approach: They propose to annotate a large dataset for scientific domain and a new deep learning model which expands an ambiguous acronym in a sentence.
Outcome: The proposed model outperforms the state-of-the-art models on the new dataset.
Sample Efficient Alignment Learning With Episodic Control (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing parametric methods for aligning large language models with task objectives are limited.
Approach: They propose a non-parametric framework that aligns large language models with task objectives . they use a key-value memory to store associations between generated text and its corresponding values .
Outcome: The proposed framework outperforms state-of-the-art baselines on harmless, helpful, and summarization tasks.
Few-Shot Intent Detection via Contrastive Pre-Training and Fine-Tuning (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods address few-shot intent detection tasks from two perspectives: data augmentation and task-adaptive training with pre-trained models.
Approach: They propose a few-shot intent detection schema using contrastive pre-training and fine-tuning.
Outcome: The proposed method achieves state-of-the-art performance on three challenging intent detection datasets under 5-shot and 10-shot settings.
A Joint Learning Approach based on Self-Distillation for Keyphrase Extraction from Scientific Documents (2020.coling-main)

Copied to clipboard

Challenge: Existing methods for keyphrase extraction are limited by the number of annotated documents.
Approach: They propose a joint learning approach that uses the idea of self-distillation to extract keyphrases from unlabeled articles.
Outcome: The proposed approach outperforms baseline models on two public benchmarks: Inspec and SemEval-2017.
FACTUAL: A Benchmark for Faithful and Consistent Textual Scene Graph Parsing (2023.findings-acl)

Copied to clipboard

Challenge: Existing parsers that convert image captions into scene graphs often suffer from errors and inconsistency.
Approach: They propose a dataset that re-annotates image captions using a new intermediate representation called FACTUAL-MR and a metric to measure scene graph similarity.
Outcome: The proposed parser outperforms existing parsers in terms of faithfulness and consistency on multiple benchmark datasets.
Scene Graph Modification Based on Natural Language Commands (2020.findings-emnlp)

Copied to clipboard

Challenge: Numerous parsing methods have been developed for a single sentence, while a typical human-computer interaction session or conversation is not singleturn.
Approach: They propose to modify an existing scene graph given a new user's command by using graph-based sparse transformer and cross attention information fusion to improve performance.
Outcome: The proposed models outperform previous systems adapted from the machine translation and graph generation literature and contribute to the research community.
Class based Influence Functions for Error Detection (2023.acl-short)

Copied to clipboard

Challenge: Influence functions (IFs) are powerful tools for detecting anomalous examples in large scale datasets.
Approach: They propose a method to explain the instability of IFs by leveraging class information to improve the stability of ifs.
Outcome: The proposed method improves performance and stability while incurring no additional computational cost.
Improving Aspect-based Sentiment Analysis with Gated Graph Convolutional Networks and Syntax-based Regulation (2020.findings-emnlp)

Copied to clipboard

Challenge: Aspect-based Sentiment Analysis (ABSA) seeks to predict sentiment polarity of input sentences toward a specific aspect.
Approach: They propose a graph-based deep learning model that integrates dependency trees into deep learning models to improve ABSA performance.
Outcome: The proposed model achieves state-of-the-art on three benchmark datasets.
A Context-Dependent Gated Module for Incorporating Symbolic Semantics into Event Coreference Resolution (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods for event coreference resolution use symbolic features, but they are noisy and contain errors.
Approach: They propose a context-dependent gated module to adaptively control the information flows from the input symbolic features.
Outcome: The proposed model achieves state-of-the-art on two datasets: ACE 2005 and KBP 2016 .
Explain by Evidence: An Explainable Memory-based Neural Network for Question Answering (2020.coling-main)

Copied to clipboard

Challenge: Interpretability and explainability of deep neural net models are always challenging due to their size and complexity.
Approach: They propose to design an explainable, evidence-based memory network architecture that connects current sample with seen samples and bases its decision on these samples.
Outcome: The proposed model can trace errors to training instances that might have caused errors . the proposed model achieves state-of-the-art performance on two popular datasets .
Dynamic Steering With Episodic Memory For Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing activation steering methods apply a single sentence-level steering vector uniformly across all tokens, ignoring LLMs’ token-wise, auto-regressive nature.
Approach: They propose a framework that aligns LLMs to given demonstrations by steering at the token level conditioned on the input query.
Outcome: The proposed framework surpasses baselines across safety, style transfer, and role-playing tasks, demonstrating improved alignment as demonstration scales.
A Gated Self-attention Memory Network for Answer Selection (D19-1)

Copied to clipboard

Challenge: Existing deep learning approaches for answer selection use word-level comparison followed by aggregation.
Approach: They propose a new gated self-attention memory network for answer selection task . they combine a transfer learning technique from a large-scale online corpus to create a gated network .
Outcome: The proposed model outperforms existing methods on two standard answer selection datasets: TrecQA and WikiQA.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations